projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b936419
)
build: Remove an unneeded version check
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 30 Sep 2020 20:09:56 +0000
(16:09 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 30 Sep 2020 20:09:56 +0000
(16:09 -0400)
We are requiring a newer meson than we were checking
for here.
docs/reference/meson.build
patch
|
blob
|
history
diff --git
a/docs/reference/meson.build
b/docs/reference/meson.build
index 76525011ba750d35debfea5b53b1b259a3c44916..a308cc4c87e3d9e3ff8fd82102c7ff5bddee5d5a 100644
(file)
--- a/
docs/reference/meson.build
+++ b/
docs/reference/meson.build
@@
-1,8
+1,4
@@
if get_option('gtk_doc')
- if not meson.version().version_compare('>=0.52.0')
- error('Building the GTK documentation requires Meson 0.52.0')
- endif
-
glib_prefix = dependency('glib-2.0').get_pkgconfig_variable('prefix')
glib_docpath = join_paths(glib_prefix, 'share', 'gtk-doc', 'html')